You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > MtxIntDiff Class > MtxIntDiff Methods > QuadGauss Method > MtxIntDiff.QuadGauss Method (TRealFunction, double, double, [In] TVec, [In] object[], [In] TVec, [In] TVec, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MtxIntDiff.QuadGauss Method (TRealFunction, double, double, [In] TVec, [In] object[], [In] TVec, [In] TVec, int)

Numerical integration by using regular Gaussian quadrature scheme (Fun defined only with double(s)).

Syntax
C#
Visual Basic
public static double QuadGauss(TRealFunction Fun, double lb, double ub, [In] TVec Constants, [In] object[] ObjConst, [In] TVec BasePoints, [In] TVec Weights, int Parts);
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!